/* ================ pukkaGalleries =============== */
#mod_pukkaGalleries.viewList .gallery:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	#mod_pukkaGalleries.viewList  {
		padding: 0;
	
	}
	#mod_pukkaGalleries.viewList .gallery  {
		width: 100%;
		height: 89px;
		margin: 0;
	}
		#mod_pukkaGalleries.viewList .pictures {
			margin: 0;
			padding: 0;
			zoom:1;
			
		}
		#mod_pukkaGalleries .jcarousel-clip{
			overflow: hidden;
			left: 6px;
		}
			#mod_pukkaGalleries.viewList .gallery .picture{
				float: left; _display: inline;
				width: 120px;
				height: 90px;
				margin:0 20px 0 0;
				list-style-type: none;
			}
			#mod_pukkaGalleries.viewList .gallery .last{
				/* margin-right: 0; */
			} 

		#mod_pukkaGalleries.viewList .gallery .picture img{
			width: 120px;
			height: 90px;
		}
			.jcarousel-prev,
			.jcarousel-next{
				position: absolute;
				top: 33px;
				width: 14px;
				height: 27px;
				cursor:pointer;
			}
			.jcarousel-prev{
				left: -35px;
				background: url(../images/bg-sprite.png) no-repeat 0 -837px;
			}
			
			
			.jcarousel-next{
				right: -35px;
				background: url(../images/bg-sprite.png) no-repeat right -837px;
			}
	#mod_pukkaGalleries	.jcarousel-container{
		position:static !important;
	}	
	
	h3.view-large-image, .title{
		position: absolute;
		height : 20px;
		width : 125px;
		right: 0;
		top: -42px;
		
		text-align: right;
	}
		h3.view-large-image a{
			color: #fff;
			font-size: .65em;
		}
	h3.title{
		width : 400px;
		right: 150px;
		
		color: #fff;
		font-size: 1em;
		line-height: 20px;
	}